github.com/jackc/pgx/v5/pgtype.encodePlanJSONBCodecBinaryWrapper.textPlan (field)

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		jsonb.go#L26: 			return &encodePlanJSONBCodecBinaryWrapper{textPlan: plan}
		jsonb.go#L36: 	textPlan EncodePlan
		jsonb.go#L41: 	return plan.textPlan.Encode(value, buf)